No results to display
In CookieDB, dropping a table can be simply done by the name of the table. This will throw an error if the table does not exist.
await cookieDB.dropTable("table_name");